[INFO] cloning repository https://github.com/zhao-leo/self_crypto_key
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhao-leo/self_crypto_key" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhao-leo%2Fself_crypto_key", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhao-leo%2Fself_crypto_key'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ba2b1e20dc8bed6e4d6d126bcc94d0ff86d137fa
[INFO] fixing zhao-leo/self_crypto_key against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhao-leo%2Fself_crypto_key" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zhao-leo/self_crypto_key
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/zhao-leo/self_crypto_key
[INFO] tweaked toml for git repo https://github.com/zhao-leo/self_crypto_key written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zhao-leo/self_crypto_key on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zhao-leo/self_crypto_key already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af
[INFO] running `Command { std: "docker" "start" "a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling self_crypto_key v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Migrating build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking ruzstd v0.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/key_store.rs (1 fix)
[INFO] [stderr]    Migrating tests/integration_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/basic_usage.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/build_time_randomization.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
[INFO] [stderr] crater-edition-check: self_crypto_key v0.1.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling self_crypto_key v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> tests/integration_test.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:86:11
[INFO] [stdout]    |
[INFO] [stdout] 86 |         #[unsafe(link_section = ".key_meta")]
[INFO] [stdout]    |           +++++++                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> tests/integration_test.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> tests/integration_test.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         #[unsafe(link_section = ".key_data_00")]
[INFO] [stdout]    |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> tests/integration_test.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:94:11
[INFO] [stdout]    |
[INFO] [stdout] 94 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> tests/integration_test.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |         #[unsafe(link_section = ".key_data_01")]
[INFO] [stdout]    |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> tests/integration_test.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[unsafe(link_section = ".key_data_02")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:104:11
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 |         #[unsafe(link_section = ".key_data_03")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |         #[unsafe(link_section = ".key_data_04")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 114 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:117:11
[INFO] [stdout]     |
[INFO] [stdout] 117 |         #[unsafe(link_section = ".key_data_05")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:119:11
[INFO] [stdout]     |
[INFO] [stdout] 119 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:122:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |         #[unsafe(link_section = ".key_data_06")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:127:11
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[unsafe(link_section = ".key_data_07")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/integration_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:129:11
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:86:11
[INFO] [stdout]    |
[INFO] [stdout] 86 |         #[unsafe(link_section = ".key_meta")]
[INFO] [stdout]    |           +++++++                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         #[unsafe(link_section = ".key_data_00")]
[INFO] [stdout]    |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:94:11
[INFO] [stdout]    |
[INFO] [stdout] 94 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |         #[unsafe(link_section = ".key_data_01")]
[INFO] [stdout]    |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[unsafe(link_section = ".key_data_02")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:104:11
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 |         #[unsafe(link_section = ".key_data_03")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |         #[unsafe(link_section = ".key_data_04")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 114 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:117:11
[INFO] [stdout]     |
[INFO] [stdout] 117 |         #[unsafe(link_section = ".key_data_05")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:119:11
[INFO] [stdout]     |
[INFO] [stdout] 119 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:122:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |         #[unsafe(link_section = ".key_data_06")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:127:11
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[unsafe(link_section = ".key_data_07")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/build_time_randomization.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:129:11
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/basic_usage.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:86:11
[INFO] [stdout]    |
[INFO] [stdout] 86 |         #[unsafe(link_section = ".key_meta")]
[INFO] [stdout]    |           +++++++                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/basic_usage.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/basic_usage.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:92:11
[INFO] [stdout]    |
[INFO] [stdout] 92 |         #[unsafe(link_section = ".key_data_00")]
[INFO] [stdout]    |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/basic_usage.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:94:11
[INFO] [stdout]    |
[INFO] [stdout] 94 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/basic_usage.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |         #[unsafe(link_section = ".key_data_01")]
[INFO] [stdout]    |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> examples/basic_usage.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | init_key_storage!();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> src/lib.rs:99:11
[INFO] [stdout]    |
[INFO] [stdout] 99 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |         #[unsafe(link_section = ".key_data_02")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:104:11
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 |         #[unsafe(link_section = ".key_data_03")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |         #[unsafe(link_section = ".key_data_04")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:114:11
[INFO] [stdout]     |
[INFO] [stdout] 114 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:117:11
[INFO] [stdout]     |
[INFO] [stdout] 117 |         #[unsafe(link_section = ".key_data_05")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:119:11
[INFO] [stdout]     |
[INFO] [stdout] 119 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:122:11
[INFO] [stdout]     |
[INFO] [stdout] 122 |         #[unsafe(link_section = ".key_data_06")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:124:11
[INFO] [stdout]     |
[INFO] [stdout] 124 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:127:11
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[unsafe(link_section = ".key_data_07")]
[INFO] [stdout]     |           +++++++                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> examples/basic_usage.rs:9:1
[INFO] [stdout]     |
[INFO] [stdout]   9 | init_key_storage!();
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `init_key_storage` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:129:11
[INFO] [stdout]     |
[INFO] [stdout] 129 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `self_crypto_key` (example "basic_usage") due to 18 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `self_crypto_key` (example "build_time_randomization") due to 18 previous errors
[INFO] [stderr] error: could not compile `self_crypto_key` (test "integration_test") due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af", kill_on_drop: false }`
[INFO] [stdout] a53ec5340e5924da5f12200e613a8ffd43801a5cddf0195d61a3a0014432e4af
